<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#container {
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow: hidden;
}

.sections,
.section {
	height: auto;
	width:100%;
}

#container,
.sections {
	position: relative;
}

.section {
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
}
.section img{
	width: 100%;
	height: auto;
}


</pre></body></html>